inline code — instructions in high level language which are added in the middle of the source code in assembly language … English contemporary dictionary
Inline-Verarbeitung — Inline Verarbeitung, das Arbeiten mit maschinennahem Programmcode (sog. Inline Code), um die Ausführungsgeschwindigkeit eines Programms zu erhöhen oder um die Speicherausnutzung zu optimieren … Universal-Lexikon
Inline-Ersetzung — oder Inline Expansion ist eine Methode bei kompilierenden Programmiersprachen zur Steigerung der Ausführungsgeschwindigkeit des von ihnen erzeugten Codes, indem unnötige Aufrufe von (kurzen, einfachen) Unterprogrammen vermieden werden. Statt… … Deutsch Wikipedia
Inline expansion — In computing, inline expansion, or inlining, is a manual or compiler optimization that replaces a function call site with the body of the callee. This optimization may improve time and space usage at runtime, at the possible cost of increasing… … Wikipedia
Inline function — In computer science, an inline function is a programming language construct used to suggest to a compiler that a particular function be subjected to in line expansion; that is, it suggests that the compiler insert the complete body of the… … Wikipedia
Inline linking — Hotlink redirects here. For the Malaysian prepaid mobile service, see Maxis Communications. Hot link redirects here. For the spicy type of sausage, see Andouille. Inline linking (also known as hotlinking, leeching, piggy backing, direct linking,… … Wikipedia
Inline assembler — In computer programming, the inline assembler is a feature of some compilers that allows very low level code written in assembly to be embedded in a high level language like C or Ada. This embedding is usually done for one of three reasons:*… … Wikipedia
Inline hockey — sport imagesize=250px caption= union=International Roller Sports Federation International Ice Hockey Federation nickname=Roller Hockey first= registered= clubs= contact=Non contact to Full Contact team=5 at a time mgender= category= ball= Inline… … Wikipedia
Inline-Assembler — Ein Inline Assembler oder integrierter Assembler ist ein Assembler, der in den Compiler einer höheren Programmiersprache integriert ist. Mittels einer speziellen Anweisung ist hierbei Assembler Quelltext direkt in die höhere Programmiersprache… … Deutsch Wikipedia
Comparison of code generation tools — This article compares variable metamodel code generation tools[clarification needed]. Fixed metamodel code generation tools, such as UML tools, are excluded (see List of UML tools). Name Creator OS First public release Latest stable version… … Wikipedia